home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission9Strings.script < prev    next >
Text File  |  2002-07-01  |  1KB  |  47 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CTankBattleMission_Strings
  15. {
  16.   final static array m_MissionObjectives = array(
  17.       "Pomoci sov∞t∙m zvφt∞zit v bitv∞ o RomaÜino"
  18.     );
  19.  
  20.   final static array m_BonusMissionObjectives = array(
  21.       "Pomoci sov∞t∙m vyhrßt bitvu o Titovo",
  22.       "Pomoci sov∞t∙m vyhrßt bitvu o Kostylevo",
  23.       "Pomoci sov∞t∙m vyhrßt bitvu o Andrejevku",
  24.       "Pomoci sov∞t∙m vyhrßt bitvu o èmarygino"
  25.     );
  26.  
  27.   final static string str_StatisticsTitle = "";
  28.  
  29.   final static array m_NavigationPoints = array(
  30.       "RomaÜino",
  31.       "Titovo",
  32.       "Kostylevo",
  33.       "Andrejevku",
  34.       "èmarygino"
  35.     );
  36.  
  37.   // *** messages ***
  38.  
  39.   // message appeares when battle in Romashino begins
  40.   final static string m_strAttackStarted = "Bitva o RomaÜino zaΦala";
  41.  
  42.   // message generated as: m_strMinutesLeft_start + MinutesLeft + m_strMinutesLeft_end
  43.   final static string m_strMinutesLeft_start = "Do zaΦßtku bitvy o RomaÜino zb²vß: ";
  44.   final static string m_strMinutesLeft_end = "min.";
  45. }
  46.  
  47.